@charset "utf-8";
/* CSS Document */
.box4banner{
	width: 100%;
	margin-top: 40px;
}

#certify {
	position: relative;
	width: 1200px;
	height: 350px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 352px;
	height: 268px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	position: relative;
}
#certify  .swiper-slide img{
	width: 100%;height: 100%;
	display:block;
}
#certify  .swiper-slide p {
	line-height: 42px;
	padding-top: 0;
	height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
	background:#000;
	position: absolute;
	bottom: 0;width: 100%
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0;
	width: 45px;
	height: 89px;
	background: url(../images/btnleft3.png) no-repeat;
	background-size: 100%;
	margin-top: -84px;
}



#certify .swiper-button-next {
	right: 0;
	width: 45px;
	height: 89px;
	background: url(../images/btnright3.png) no-repeat;
	background-size: 100%;
	margin-top: -84px;
}
